Click or drag to resize

NoteCollectionInsert Method (Int32, String, String)

Inserts a Note with the specified description and langauge at the specified possition.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Insert(
	int index,
	string description,
	string language
)

Parameters

index
Type: SystemInt32
The index at which the node is inserted.
description
Type: SystemString
The description of the Note to insert.
language
Type: SystemString
The language of the Note to insert.
See Also